home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / educate / wordy442.zip / UNSCR.DOC < prev    next >
Text File  |  1996-07-24  |  3KB  |  64 lines

  1.                                    UNSCRAMBLE
  2. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  3.  
  4. 24 September, 1995
  5.  
  6. It occurred to me that it would be nice for the computer to  be able to solve 
  7. those maddening "Jumblegram"  scrambled word games found in daily newspapers,
  8. mostly near the comic sections. Programming this required only slight modifi-
  9. cations of the ANAGRAM code. No big deal. 
  10.  
  11. To use UNSCRAMBLE, just type: UNSCR xxxxxxx,  where xxxxxxx is the letter set 
  12. to unscramble.  The unscrambled words will be printed to the screen, not to a 
  13. disk file,  since there  will likely  be  only  one,  or at most two or three 
  14. "solutions". The master word list, WORD.LST is searched.
  15.  
  16. The  UNSCRAMBLE  utility also works with  other word lists in addition to the 
  17. master word list, WORD.LST.      For example, to use it with the LONGWORD.LST 
  18. given as a premium to registered WORDY users, type: UNSCR xxxxx longword.lst.
  19. Note that the word list used must be in ASCII  and in the format of  one word
  20. per line terminated by a carriage return. Both the WORD.LST and the LONGWORD.
  21. LST meet this criterion.
  22.  
  23. The UNSCRAMBLE utility now accepts wild cards (blank tiles).  For example, to
  24. unscramble the rack rkongi?, with the '?' representing a blank tile,    type:
  25.                                  UNSCR RKONGI?
  26.  
  27. UNSCRAMBLE can also restrict the words found  to those containing a specified
  28. letter at a given position in the words.    As an example, suppose the letter
  29. rack is ORWKNI? (? is a blank, of course). You need a word ending in R.  Type
  30.                                  UNSCR OWKNI?7R
  31. Only the word WONKIER will be listed, the only one constructed from  the rack
  32. with an R in position 7 (the end of the word).  The rule is that invoking the
  33. UNSCR utility with UNSCR xxxxxxNy, where N is a digit and  xxxxxx  and  y are
  34. letters picks only those words using xxxxxx with y in the Nth position in the
  35. words. Note that this letter-position restriction feature is optional. If you
  36. find it confusing, just invoke UNSCR in the "normal" way.    However, you are
  37. encouraged to experiment with this option. It is very useful if you are play-
  38. ing Scrabble (tm) in a multi-tasking environment, such as UNIX* or MS Windows
  39. (tm) and with to "cheat" by invoking the  UNSCR utility in a separate window.
  40.  
  41. The entire WORDY package still costs only $2.00 (cheap!) to register.  Such a
  42. deal. Registered users will receive as a bonus the LONGWORD.LST,    a list of
  43. 171,000+ words over 8 letters long.
  44.  
  45. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  46.  
  47.  
  48.                                  M\Cooper
  49.                                 PO Box 237
  50.                         St. David, AZ 85630-0237
  51.                ------------------------------------------------
  52.                     E-mail: thegrendel@theriver.com
  53.                Web: http://personal.riverusers.com/~thegrendel/
  54.  
  55.  
  56. Scrabble is a trademark of the Milton Bradley Co., Inc.
  57. MS Windows is a trademark of Microsoft.
  58.  
  59. WORDY (pd) is *not* a trademark, and may not be trademarked.     It is in the 
  60. Public Domain, which means it belongs to everyone.
  61.  
  62. *Note that UNIX-compatible versions of UNSCR  and the other  WORDY  utilities 
  63. will soon be available. Contact the author if you are interested.
  64.